Skip to main content
Version: 24.08

Create a new legal form which can be referenced by business partner records. The actual name of the legal form is free to choose and doesn't need to be unique. The technical key can be freely chosen but needs to be unique for the businessPartnerType as it is used as reference by the business partner records. A recommendation for technical keys: They should be short, descriptive and use a restricted common character set in order to ensure compatibility with older systems.

Request Body required
  • technicalKey string required

    Unique key to be used for reference

  • name string required

    Full name of the legal form

  • abbreviation string

    Abbreviation of the legal form name

Responses

New legal form successfully created


Schema
  • technicalKey string

    The technical identifier of the legal form according to ISO 20275.

  • name string

    The name of legal form according to ISO 20275.

  • abbreviation string

    The abbreviated name of the legal form, such as AG for German Aktiengesellschaft.

Loading...